home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 11 / conman1.0 / dropdemo < prev    next >
Text File  |  1994-01-27  |  289b  |  18 lines

  1. ; Script to demonstrate "dropbuf"
  2. ; Can you predict the outcome?
  3. ; First, we queue a few
  4. queue echo line1
  5. queue echo line2
  6.  
  7. ; Try a drop
  8. dropbuf
  9.  
  10. ; Now for a push
  11. push  echo line3
  12. push  echo line4
  13.  
  14. ; Finish up with a couple of queues
  15. queue echo line5
  16. queue echo "So did you guess right?"
  17.  
  18.